home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.44
/
PC Gamer.zip
/
PCG_7.44.BIN
/
Data
/
Help.pcg
/
scripts
/
DefineSprite_39
/
frame_234
/
DoAction.as
Wrap
Text File
|
2001-06-20
|
266b
|
17 lines
if(631 >= _parent._xmouse)
{
this._X = _parent._xmouse + 115;
}
else
{
this._X = _parent._xmouse + 115 - (_parent._xmouse - 631);
}
if(496.95 >= _parent._ymouse)
{
this._y = _parent._ymouse + 25;
}
else
{
this._y = _parent._ymouse - 8;
}